home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 22 / PC Actual CD 22.iso / progs / Netobj / netobj / t2.z / IDStyle.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-04-29  |  535 b   |  26 lines

  1. interface IDStyle {
  2.    String getButtonUpImage();
  3.  
  4.    String getButtonDownImage();
  5.  
  6.    int getButtonTextAlign();
  7.  
  8.    String getBackgroundImage();
  9.  
  10.    int getBackgroundStyle();
  11.  
  12.    int getButtonDownTextAlign();
  13.  
  14.    IDFont getButtonFont();
  15.  
  16.    int getButtonFontColor();
  17.  
  18.    IDSize getButtonSize();
  19.  
  20.    int getBackgroundColor();
  21.  
  22.    String getBannerImage();
  23.  
  24.    int getButtonDownFontColor();
  25. }
  26.